home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / grafik / raytracing / rayshade-4.0.6.3 / enhance / enhancements < prev    next >
Text File  |  1994-08-09  |  2KB  |  49 lines

  1. 3/23/92 --- David DeBry:
  2.     Added Mark Podlipec's findroot.c and blob.c
  3.         [findroot.c - better root finder than in roots.c
  4.         (FindRoot vs. SolveQuadric, SolveCubic, SolveQuartic)]
  5.         [blob.c - makes use of findroot.c]
  6.     Added Greg Spencer's projector patch
  7.         [New light type - projector]
  8.     Added Gerald Iles' rotspline patch
  9.     [New primitive type - rotspline]
  10.  
  11. 3/27/92 --- David DeBry:
  12.     Added Larry Coffin's fracland patch
  13.     [New primitive type - fracland]
  14.     Added Mark Podlipec's torus.c
  15.     [torus.c - makes use of findroot.c]
  16.  
  17. 3/28/92 --- David DeBry:
  18.     Added Mark Maimone's zbuf patch
  19.         [zbuffer dump to file on request]
  20.     Modified zbuf patch to check for set option before running functions
  21.     Modified zbuf patch to be completely in libshade.a
  22.     Modified hf.c, extended.c, and extended.h
  23.     [now don't generate warnings during build]
  24.  
  25. 3/30/92 --- David DeBry:
  26.     Modified fracland patch to use rayshade defined random number functions
  27.  
  28.  
  29. 7/12/92 --- Larry Coffin:
  30.     Added cblob patch using findroot.
  31.     Added gradient texture.
  32.     Added sweptsph primitive.
  33.     Changed torus.c back to old routine due to bug using FindRoot().
  34.  
  35. 7/17/92 --- Larry Coffin:
  36.     Added Mark Polipec's new torus.c that uses FindRoot() over a narrower
  37.         interval.
  38.  
  39.  
  40. TODO
  41. ====
  42.     Modify rotspline to use FindRoot
  43.     [Currently uses the old SolveQuadric, SolveCubic, and
  44.      SolveQuartic functions.  After this, I can get rid of roots.c]
  45.     Add 'viewv' command.  (View Vector... specify direction of view
  46.     instead of a look point.  Useful for animation stuff.)
  47.     Add in Mark Podlipec's Even More New And Improved Blob Code, as
  48.     soon as he gets it to me (David DeBry).
  49.